github.com/refraction-networking/utls.sessionController.callingLoadSession (field)

6 uses

	github.com/refraction-networking/utls (current package)
		u_session_controller.go#L49: 	callingLoadSession bool
		u_session_controller.go#L63: 		callingLoadSession: false,
		u_session_controller.go#L324: 		s.callingLoadSession = true
		u_session_controller.go#L336: 	uAssert(s.callingLoadSession, "tls: LoadSessionCoordinator.onLoadSessionReturn failed: it's not loading sessions, perhaps this function is not being called by loadSession.")
		u_session_controller.go#L345: 	s.callingLoadSession = false
		u_session_controller.go#L351: 	uAssert(s.callingLoadSession, "tls: shouldWriteBinders failed: LoadSessionCoordinator isn't loading sessions, perhaps this function is not being called by loadSession.")